home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global cual3
- if not soundBusy(1) then
- if cual3 = 7 then
- puppetSound("sound1")
- else
- if cual3 = 16 then
- puppetSound("harder1")
- else
- if cual3 = 24 then
- puppetSound("harder2")
- else
- if cual3 = 32 then
- puppetSound("doItome")
- else
- if cual3 = 42 then
- puppetSound("sound4")
- else
- if cual3 = 52 then
- puppetSound("ooh")
- set cual3 to 0
- end if
- end if
- end if
- end if
- end if
- end if
- set cual3 to cual3 + 1
- go(the frame + 1)
- else
- if cual3 > 52 then
- set cual3 to 0
- else
- set cual3 to cual3 + 1
- end if
- go(the frame + 1)
- end if
- end
-